Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.13.0
->v0.14.0
v1.3.3
->v1.4.3
v4.3.4
->v4.4.0
v3.0.0
->v3.1.1
v0.5.1
->v0.6.7
>=2.9.3
->>=2.9.9
>=1.8.2
->>=1.8.5
>=0.16.0
->>=0.17.0
1.2.0
->1.2.5
1.4.0
->1.5.0
1.6.2
->1.6.4
v2.3.1
->v2.3.2
1.1.2-ubuntu-22.04
->1.1.5-ubuntu-22.04
>=3.0.1
->>=4.0.0
>=1.7.0
->>=1.8.0
>=2.23.0
->>=2.23.4
>=3.7.1
->>=3.8.0
v1.9.0
->v1.10.2
>=1.1.371
->>=1.1.381
>=8.2.2
->>=8.3.3
>=0.5.1
->>=0.6.7
>=1.21.0
->>=1.22.0
>=7.3.7
->>=8.0.2
>=2024.4.16
->>=2024.9.19
>=0.6.0
->>=0.6.1
>=2.6.2
->>=2.6.3
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
DavidAnson/markdownlint-cli2 (DavidAnson/markdownlint-cli2)
v0.14.0
Compare Source
actions/attest-build-provenance (actions/attest-build-provenance)
v1.4.3
Compare Source
What's Changed
Full Changelog: actions/attest-build-provenance@v1.4.2...v1.4.3
v1.4.2
Compare Source
What's Changed
Full Changelog: actions/attest-build-provenance@v1.4.1...v1.4.2
v1.4.1
Compare Source
What's Changed
Full Changelog: actions/attest-build-provenance@v1.4.0...v1.4.1
v1.4.0
Compare Source
What's Changed
show-summary
inputFull Changelog: actions/attest-build-provenance@v1.3.3...v1.4.0
actions/upload-artifact (actions/upload-artifact)
v4.4.0
Compare Source
v4.3.6
Compare Source
v4.3.5
Compare Source
astral-sh/setup-uv (astral-sh/setup-uv)
v3.1.1
: 🌈 update known checksums for 0.4.15Compare Source
Changes
🧰 Maintenance
📚 Documentation
v3.1.0
: 🌈 Support for semver version rangesCompare Source
You can now also use semver ranges to define the version of uv to install:
Learn more in the README
Changes
🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
charliermarsh/ruff-pre-commit (charliermarsh/ruff-pre-commit)
v0.6.7
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.6.7
v0.6.6
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.6.6
v0.6.5
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.6.5
v0.6.4
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.6.4
v0.6.3
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.6.3
v0.6.2
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.6.2
v0.6.1
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.6.1
v0.6.0
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.6.0
v0.5.7
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.5.7
v0.5.6
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.5.6
v0.5.5
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.5.5
v0.5.4
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.5.4
v0.5.3
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.5.3
v0.5.2
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.5.2
BrianPugh/cyclopts (cyclopts)
v2.9.9
Compare Source
What's Changed
--help
performance. by @BrianPugh in https://github.com/BrianPugh/cyclopts/pull/223Full Changelog: BrianPugh/cyclopts@v2.9.8...v2.9.9
v2.9.8
Compare Source
What's Changed
Full Changelog: BrianPugh/cyclopts@v2.9.7...v2.9.8
v2.9.7
Compare Source
Improvements
--help
performance by passing down the App version to the help/version commands by @daudef in https://github.com/BrianPugh/cyclopts/pull/217New Contributors
Full Changelog: BrianPugh/cyclopts@v2.9.6...v2.9.7
v2.9.6
Compare Source
Bug Fixes
--help
crash when a mutable default is assigned to a parameter by @BrianPugh in https://github.com/BrianPugh/cyclopts/pull/216Full Changelog: BrianPugh/cyclopts@v2.9.5...v2.9.6
v2.9.5
Compare Source
Bug Fixes
@app.default
decorator. by @BrianPugh in https://github.com/BrianPugh/cyclopts/pull/211Full Changelog: BrianPugh/cyclopts@v2.9.4...v2.9.5
v2.9.4
Compare Source
What's Changed
^3.8
to>=3.8
by @BrianPugh in https://github.com/BrianPugh/cyclopts/pull/201Full Changelog: BrianPugh/cyclopts@v2.9.3...v2.9.4
microsoft/debugpy (debugpy)
v1.8.5
: debugpy v1.8.5Compare Source
To simplify command line usage, an entry point has been added to the debugpy package.
debugpy
from that environment, instead of runningpython -m debugpy
debugpy
executable can be found in thebin
directory inside of the install directory. In this case, you need to add the install directory to yourPYTHONPATH
in order for the imports to work.To simply command line usage, switches can now be read from the environment.
DEBUGPY_EXTRA_ARGV
and add whatever command-line switches you like.set DEBUGPY_EXTRA_ARGV=--connect 5678
will allow you to omit the--connect
switch from the command line.filename
,-m <module>
,-c <code>
, or--pid <id>
)tweag/FawltyDeps (fawltydeps)
v0.17.0
Compare Source
The highlight of this release is that the FawltyDeps
--install-deps
mode will now useuv
(when available) instead ofpip
to manage the temporary virtualenv. This makes it 2x - 10x faster, depending on the scenario. In particular, FawltyDeps will benefit fromuv
's local cache of downloaded packages, so repeated use of--install-deps
on the same project is now ⚡lightning fast⚡.Under the hood FawltyDeps moved from
setuptools
topackaging
for parsing requirements strings. This change should not be visible to the user, but we care deeply about staying up to date with the Python packaging ecosystem, and following the lead of the PyPA.Join our new Discord channel. This platform is dedicated to technical discussions, knowledge sharing, and real-time collaboration within the FawltyDeps community.
What's Changed
parse_setup_py
: Handle string dependency when we expect list of strings by @jherland in https://github.com/tweag/FawltyDeps/pull/440uv
instead ofpip
to manage virtualenvs by @jherland in https://github.com/tweag/FawltyDeps/pull/432pkg_resources
dependency withpackaging.requirement
by @jherland in https://github.com/tweag/FawltyDeps/pull/445Full Changelog: tweag/FawltyDeps@v0.16.0...v0.17.0
Refer to the our
README.md
orfawltydeps --help
for more documentation.jakebailey/pyright-action (jakebailey/pyright-action)
v2.3.2
Compare Source
f6f691c
)c1dc810
)0b5777b
)66bf589
)222ed7c
)fa845b7
)d7583ac
)64b81cd
)a084e58
)cbcd89c
)fc66f54
)54309fd
)executablebooks/MyST-Parser (myst-parser)
v4.0.0
Compare Source
This release bumps the supported versions of:
3.10
and greater>=7,<9
>=0.19,<0.22
Additionally, footnotes are now parsed similar to the corresponding reStructuredText, in that resolution (between definitions and references) and ordering is now deferred to transforms on the doctree (in gh-pr:931).
This allows for the proper interaction with other docutils/sphinx transforms, including those that perform translations,
and logging of warnings for duplicate/unreferenced footnote definitions and also for footnote references with no definitions.
See the footnotes guide for more information.
Full Changelog: v3.0.1...v4.0.0
numpy/numpydoc (numpydoc)
v1.8.0
Compare Source
1.8.0
We're happy to announce the release of numpydoc 1.8.0!
Enhancements
Bug Fixes
Documentation
Maintenance
Contributors
10 authors added to this release (alphabetically):
7 reviewers added to this release (alphabetically):
These lists are automatically generated, and may not be complete or may contain duplicates.
tox-dev/pipdeptree (pipdeptree)
v2.23.4
Compare Source
What's Changed
Full Changelog: tox-dev/pipdeptree@2.23.3...2.23.4
v2.23.3
Compare Source
Full Changelog: tox-dev/pipdeptree@2.23.2...2.23.3
v2.23.2
Compare Source
What's Changed
Full Changelog: tox-dev/pipdeptree@2.23.1...2.23.2
v2.23.1
Compare Source
What's Changed
__contains__
to avoidKeyError
with importlib_metadata==8.0.0 by @kemzeb in https://github.com/tox-dev/pipdeptree/pull/384# noqa: S603
to _detect_env to resolve Ruff error by @kemzeb in https://github.com/tox-dev/pipdeptree/pull/388Full Changelog: tox-dev/pipdeptree@2.23.0...2.23.1
pre-commit/pre-commit (pre-commit)
v3.8.0
Compare Source
==================
Features
language: r
so environments are recreated ifthe system version of R changes.
pypa/gh-action-pypi-publish (pypa/gh-action-pypi-publish)
v1.10.2
Compare Source
💅 Cosmetic Output Improvements
In #250 and #258, @facutuesca💰 added a nudge message with a magic link to pre-fill the creation of new Trusted Publishers configurations on PyPI. The users are now suggested to configure tokenless publishing by clicking a link printed in the job summary when it's detected that they publish to PyPI or TestPyPI. Just like magic! 🦄
🛠️ Internal Dependencies
@woodruffw💰 bumped
pypi-attestations
to v0.0.12 in #262, hopefully fixing #263. 🤞💪 New Contributors
@facutuesca made their first contribution in https://github.com/pypa/gh-action-pypi-publish/pull/258
🪞 Full Diff: pypa/gh-action-pypi-publish@v1.10.1...v1.10.2
🧔♂️ Release Manager: @webknjaz 🇺🇦
🙏 Special Thanks to @henryiii💰 for promptly pointing up possible fixes for #263.
v1.10.1
Compare Source
🚑🔏 Oopsie... We missed a tiny bug in the attestations feature the other day
The problem was that the distribution file validity check was failing on any valid distribution being present and ready to be signed. What a silly mistake! It's now been fixed via pypa/gh-action-pypi-publish@0ab0b79, though. So everything's good!
-- @webknjaz💰
🪞 Full Diff: pypa/gh-action-pypi-publish@v1.10.0...v1.10.1
🧔♂️ Release Manager: @webknjaz 🇺🇦
🙏 Special Thanks to @hugovk💰 for promptly validating the bug fix, mere minutes after I pushed it — I even haven't finished writing this text by then!
v1.10.0
Compare Source
🔏 Anything fancy, eh?
This time, @woodruffw💰 implemented support for PEP 740 attestations functionality in #236 and #245. This is a big deal, as it is a huge step forward to replacing what the deprecated GPG signatures used to provide in a more meaningful way.
🙏 And please, thank William for working on this amazing improvement for the ecosystem! The overall effort is tracked @&#https://github.com/pypi/warehouse/issues/15871/15871, by the way.
🪞 Full Diff: pypa/gh-action-pypi-publish@v1.9.0...v1.10.0
🧔♂️ Release Manager: @webknjaz 🇺🇦
RobertCraigie/pyright-python (pyright)
v1.1.381
Compare Source
v1.1.380
Compare Source
v1.1.379
Compare Source
v1.1.378
Compare Source
v1.1.377
Compare Source
v1.1.376
Compare Source
v1.1.375
Compare Source
v1.1.374
Compare Source
v1.1.373
Compare Source
v1.1.372
Compare Source
pytest-dev/pytest (pytest)
v8.3.3
[Compare Source](https://redirect.github.com/pytest-dev/pytest/c
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.